Powershell Splatting

This post will explain how to splat in Powershell. Splatting is basically using an array or a hash table as the attributes of a command.As with most things in Powershell, its best demonstrated by an example or two. Example 1 In my day job I have an ESXi build script, part of that is to … Continue reading Powershell Splatting